home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 50th Anniversary of …National Assembly Library
/
The 50th Anniversary of the National Assembly Library.iso
/
photo.dxr
/
00044.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-02-18
|
333 b
|
23 lines
global img
on mouseEnter
cursor([121, 122])
end
on mouseDown
end
on mouseUp
img = 1
sprite(45).member = member(the currentSpriteNum + 25, "pp")
sprite(46).member = member(the currentSpriteNum + 145, "pp")
repeat with pp = 43 to 44
sprite(pp).visible = 1
end repeat
cursor(-1)
end
on mouseLeave
cursor(-1)
end